'Declaration Public Overloads Shared Function GetSourceBitmap( _
ByVal imageVintasoftImage object.As Vintasoft.Imaging.VintasoftImage, _
ByVal loadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As Vintasoft.Imaging.Codecs.Decoders.RenderingSettings, _
ByVal renderingSettingsThe rendering settings, which must be applied to the image.As Vintasoft.Imaging.Codecs.Decoders.DecodingSettings, _
ByVal decodingSettingsThe decoding settings, which must be applied to the image.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftBitmap
public static Vintasoft.Imaging.VintasoftBitmap GetSourceBitmap(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings loadingProgress,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings renderingSettings,
System.EventHandler<ProgressEventArgs> decodingSettings
)
public: static Vintasoft.Imaging.VintasoftBitmap* GetSourceBitmap(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings* loadingProgress,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings* renderingSettings,
System.EventHandler<ProgressEventArgs*>* decodingSettings
)
public:
static Vintasoft.Imaging.VintasoftBitmap^ GetSourceBitmap(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Codecs.Decoders.RenderingSettings^ loadingProgress,
Vintasoft.Imaging.Codecs.Decoders.DecodingSettings^ renderingSettings,
System.EventHandler<ProgressEventArgs^>^ decodingSettings
)
Parameters
- image
- VintasoftImage object.
- loadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
- renderingSettings
- The rendering settings, which must be applied to the image.
- decodingSettings
- The decoding settings, which must be applied to the image.
Return Value
The source VintasoftBitmap of VintasoftImage object.